home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1997 October / Designer's Club 1997 October.iso / mac / Idea Source™ / Main.DIR / 00017.ls < prev    next >
Encoding:
Text File  |  1997-08-23  |  192 b   |  10 lines

  1. on mouseDown
  2.   repeat while the mouseDown
  3.     set the visible of sprite 12 to 0
  4.     updateStage()
  5.   end repeat
  6.   set the visible of sprite 12 to 1
  7.   updateStage()
  8.   puppetSound(2, "coin")
  9. end
  10.